home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cmsrc392.zip / BIGACC.MF < prev    next >
Text File  |  1992-03-30  |  936b  |  33 lines

  1. % This file contains series of large accents for math extension fonts.
  2.  
  3. % The sizes are `wide' (|10u#|), `wider' (|18u#|), and `widest' (|26u#|).
  4.  
  5. % Character codes \0142--\0147 are generated.
  6.  
  7. charlist oct"142": oct"143": oct"144";  % circumflexes
  8. charlist oct"145": oct"146": oct"147";  % tildes
  9.  
  10. cmchar "Wide circumflex (hat) accent";
  11. beginchar(oct"142",10u#,.5[asc_height#,body_height#],0);
  12. big_hat; endchar;
  13.  
  14. cmchar "Wider circumflex (hat) accent";
  15. beginchar(oct"143",18u#,body_height#,0);
  16. big_hat; endchar;
  17.  
  18. cmchar "Widest circumflex (hat) accent";
  19. beginchar(oct"144",26u#,body_height#,0);
  20. big_hat; endchar;
  21.  
  22. cmchar "Wide tilde (squiggle) accent";
  23. beginchar(oct"145",10u#,.5[asc_height#,body_height#],0);
  24. big_tilde; endchar;
  25.  
  26. cmchar "Wider tilde (squiggle) accent";
  27. beginchar(oct"146",18u#,body_height#,0);
  28. big_tilde; endchar;
  29.  
  30. cmchar "Widest tilde (squiggle) accent";
  31. beginchar(oct"147",26u#,body_height#,0);
  32. big_tilde; endchar;
  33.